1.1.6.5. security.insecureAPI.bzero (C)
Warn on uses of the 'bzero' function.

Examples:

void test() {
  bzero(ptr, n); // warn
}